/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Plat Nomor';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/PlatNomor.eot');
    src: local('Plat Nomor'), local('PlatNomor'), url('../fonts/PlatNomor.eot?#iefix') format('embedded-opentype'), url('../fonts/PlatNomor.woff2') format('woff2'), url('../fonts/PlatNomor.woff') format('woff'), url('../fonts/PlatNomor.ttf') format('truetype'), url('../fonts/PlatNomor.svg#PlatNomor') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 30px;
    line-height: 64px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    display: block;
    overflow: hidden;

    width: 64px;
    height: 64px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, .8);
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        font-size: 24px;
        line-height: 50px;

        left: -8px;

        width: 30px;
        height: 50px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: -8px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #019b37;
}
.fz-16
{
    font-size: 16px;
    line-height: 2.125;

    color: #666;
}
@media (max-width: 991px)
{
    .fz-16
    {
        font-size: 14px;
        line-height: 26px;
    }
}
.fz-16 p
{
    margin: 0;
}
.header
{
    font-size: 0;

    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 120px;
    padding: 0 8%;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: right;

    background-color: #fff;
}
@media (max-width: 1800px)
{
    .header
    {
        padding: 0 3%;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .logo
{
    position: relative;

    display: inline-block;
    float: left;

    height: 50px;
    margin-top: 35px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #f2f2f2;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 40px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 28px;
        margin-top: 21px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .header-right
{
    display: inline-block;

    width: 70%;
}
@media (max-width: 1470px)
{
    .header .header-right
    {
        width: 75%;
    }
}
@media (max-width: 1199px)
{
    .header .header-right
    {
        width: auto;
    }
}
@media (max-width: 1199px)
{
    .header .product-nav
    {
        display: none;
    }
}
.header .right-top
{
    position: relative;

    display: block;

    text-align: right;

    background-color: #5bd101;
}
@media (max-width: 1199px)
{
    .header .right-top
    {
        display: none;
    }
}
.header .right-top:before
{
    position: absolute;
    top: 0;
    left: -75px;

    display: block;

    width: 75px;
    height: 40px;

    content: '';

    background: url(../images/top_line.png) no-repeat right;
    background-size: contain;
}
.header .right-top:after
{
    position: absolute;
    top: 0;
    right: -300px;

    display: block;

    width: 300px;
    height: 40px;

    content: '';

    background-color: #5bd101;
}
.header .share
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .share
    {
        display: block;

        text-align: right;
    }
}
.header .share ul
{
    font-size: 0;

    display: inline-block;
}
.header .share ul li
{
    display: inline-block;
}
.header .share ul li a
{
    font-size: 13px;
    line-height: 40px;

    display: block;

    width: 24px;
    margin: 0 4px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #d9eee0;
}
@media (max-width: 1199px)
{
    .header .share ul li a
    {
        line-height: 30px;
    }
}
.header .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.header .share ul li.facebook a:before
{
    font-size: 16px;
}
.header .share ul li.twitter a:before
{
    content: '\e60b';
}
.header .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.header .share ul li.instagram a:before
{
    content: '\e93b';
}
.header .share ul li.youtube a:before
{
    content: '\e6d7';
}
.header .share ul li.google a:before
{
    content: '\e645';
}
.header .share ul li.amazon a:before
{
    content: '\e6c1';
}
.header .share ul li:hover a
{
    color: #019b37;
}
.header .language
{
    display: inline-block;
    float: right;

    margin-top: 21px;
    margin-left: 40px;
}
@media (max-width: 1600px)
{
    .header .language
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-top: 16px;
        margin-right: 20px;
    }
}
@media (max-width: 767px)
{
    .header .language
    {
        margin-top: 20px;
        margin-right: 10px;
        margin-left: 10px;
    }
}
.header .language a
{
    display: inline-block;

    width: 38px;
    height: 38px;

    vertical-align: top;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
@media (max-width: 767px)
{
    .header .language a
    {
        width: 30px;
        height: 30px;
    }
}
.header .language a.en
{
    background-position: -38px 0;
}
@media (max-width: 767px)
{
    .header .language a.en
    {
        background-position: -30px 0;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;
        float: right;

        margin-top: 15px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #666 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 16px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #fff;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;
        padding-bottom: 20%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 0 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;
        font-weight: normal;
        line-height: 80px;

        position: relative;

        display: inline-block;

        padding: 0 36px;

        -webkit-transition: all .4s;
                transition: all .4s;

        color: #666;
    }
    .header .nav .nav-list1 > li:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        width: 0;
        height: 0;

        content: '';
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);

        opacity: 0;
        border-width: 0 14px 10px 14px;
        border-style: solid;
        border-color: transparent transparent #5bd101 transparent;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #019b37;
    }
    .header .nav .nav-list1 > li:hover:after,
    .header .nav .nav-list1 > li.active:after
    {
        opacity: 1;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 100%;
        padding: 20px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 30px;

        padding: 0 30px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li > a:hover
    {
        text-decoration: underline;

        color: #019b37;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        width: 200px;
        padding: 10px 0;

        text-align: center;
        text-align: left;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 13px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        text-decoration: underline;

        color: #019b37;
    }
    .header .nav .nav-list1 .nav-list4
    {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        width: 200px;
        padding: 10px 0;

        text-align: center;
        text-align: left;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list4 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list4 li a
    {
        font-size: 13px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list4 li a:hover
    {
        text-decoration: underline;

        color: #019b37;
    }
    .header .nav .nav-list1 .nav-list5
    {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        width: 200px;
        padding: 10px 0;

        text-align: center;
        text-align: left;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list5 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list5 li a
    {
        font-size: 13px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list5 li a:hover
    {
        text-decoration: underline;

        color: #019b37;
    }
}
@media (min-width: 1200px) and (max-width: 1600px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 24px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        overflow: hidden;
        overflow-y: scroll;

        max-height: 100%;
        padding: 20px 0;

        vertical-align: top;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
.header .nav .nav-list2
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        overflow: hidden;

        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav .nav-list2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 24px;

        padding: 0 10px;
    }
    .header .nav .nav-list2 > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
}
.header .nav .nav-list3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #fff;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        color: #fff;
    }
}
.header .nav-2 .nav-product,
.header .nav-3 .nav-product
{
    display: none;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;
    line-height: 36px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #666;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 88%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    font-size: 14px;

    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .fade-out ul.nav2-list2 > li > a
{
    line-height: 30px;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .nav-3 .nav3-list3 > li > a
{
    font-weight: bold;
    line-height: 30px;
}
.header .nav-3 .nav-list4
{
    padding: 10px;

    background-color: #f8f8f8;
}
.header .nav-3 .nav-list4 > li
{
    display: block;

    vertical-align: top;
}
.header .nav-3 .nav-list4 > li > a
{
    font-size: 14px !important;
    font-weight: normal;

    margin-right: 10px;
}
.header .nav-3 .nav-list4 > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.header .nav-3 .nav-list5 > li
{
    line-height: 18px !important;

    display: inline-block;

    margin: 0;

    vertical-align: top;
}
.header .nav-3 .nav-list5 > li > a
{
    font-size: 12px !important;
    line-height: 18px !important;

    display: block;

    height: 18px;
    margin: 0 !important;
    padding: 0 5px;
}
.header .nav-3 .nav-list5 > li > a:before
{
    margin-right: 4px;

    content: '·';
}
.header .search-box
{
    font-size: 14px;

    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .9);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 0;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #019b37;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-lg .search p
    {
        font-size: 14px;
        line-height: 1.5;

        display: block;
    }
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    height: 60px;
    padding: 0 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find
{
    font-size: 16px;
    line-height: 38px;

    display: inline-block;
    float: right;

    width: 38px;
    height: 38px;
    margin-top: 21px;
    margin-left: 30px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 6px;
    background-color: #f9a235;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-top: 16px;
        margin-left: 0;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin-top: 20px;
    }
}
.header .find:before
{
    font-family: 'iconfont';

    display: block;

    content: '\e660';

    border-radius: 50%;
}
.header .find:hover
{
    background-color: #019b37;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.fixed-header
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .fixed-header
    {
        height: 70px;
    }
}
.fixed-header .logo
{
    margin-top: 15px;
}
@media (max-width: 1470px)
{
    .fixed-header .logo
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .fixed-header .logo
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .fixed-header .logo
    {
        margin-top: 21px;
    }
}
.fixed-header .nav .nav-list1 > li > a
{
    line-height: 50px;
}
.fixed-header .right-top:before
{
    height: 30px;
}
.fixed-header .right-top:after
{
    height: 30px;
}
.fixed-header .share ul li a
{
    line-height: 30px;
}
.fixed-header .find,
.fixed-header .language
{
    margin-top: 6px;
}
@media (max-width: 1199px)
{
    .fixed-header .find,
    .fixed-header .language
    {
        margin-top: 16px;
    }
}
@media (max-width: 767px)
{
    .fixed-header .find,
    .fixed-header .language
    {
        margin-top: 20px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #898989;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    left: 10px;

    -webkit-transition: left .3s;
            transition: left .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        bottom: 100px;
        left: -60px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        left: 0;
    }
}
.online-wrap .online a
{
    line-height: 56px;

    position: relative;

    display: block;

    width: 56px;
    height: 56px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 4px;
    background-color: rgba(1, 155, 55, .8);
}
.online-wrap .online a:before
{
    font-size: 28px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: rgba(120, 120, 120, .8);
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num,
    .online-wrap .online .icon-qq:hover .phone-num
    {
        left: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num,
.online-wrap .online .icon-qq .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;

    padding-left: 5px;

    -webkit-transition: left .3s;
            transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p,
.online-wrap .online .icon-qq .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #017f2d;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-left: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e65b';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e637';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-home:before
{
    font-family: 'iconfont' !important;

    content: '\e64c';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e605';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: 0;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(env(safe-area-inset-bottom) - 15px);

    background-color: #019b37;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #017f2d;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.product > a:before
{
    font-size: 16px;

    content: '\e641';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e81a';
}
.xs-online ul li.map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.message > a:before
{
    font-size: 18px;
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.tel > a:before
{
    font-weight: normal;

    content: '\e637';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e751';
}
.xs-online ul li.contact > a:before
{
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.xs-online ul li.wechat img
{
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 20%;

    display: none;

    width: 80px;
}
.xs-online ul li.wechat:hover img
{
    display: block;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 120px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 70px;
    }
}
.banner .item
{
    position: relative;
}
.banner .item .video-box
{
    position: relative;

    display: block;

    padding-bottom: 31.25%;
}
.banner .item .video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner .item .video-box .fluid_initial_play
{
    background-color: #019b37 !important;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    font-size: 14px;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: top;

    color: #fff;
    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-dots li.slick-active
{
    width: 50px;
}
@media (max-width: 1199px)
{
    .banner .slick-dots li.slick-active
    {
        width: 30px;
    }
}
.banner .slick-arrow
{
    font-size: 20px;

    left: 0;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 12%;
    }
}
.banner .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 12%;
    }
}
.banner img
{
    display: block;

    width: 100%;
}
.banner-in .slick-list
{
    padding: 0 !important;
}
.banner-in .slick-slide
{
    padding: 0;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 66%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        top: 70%;
    }
}
.banner-in .text-in h3
{
    font-size: 44px;
    font-weight: 900;
    line-height: 1.35;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .text-in h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h3
    {
        font-size: 20px;
    }
}
.banner-in .text-in p
{
    font-size: 15px;
    line-height: 22px;

    max-width: 750px;
    margin: 0 auto;
    margin-top: 10px;

    color: #666;
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 12px;
        line-height: 14px;
    }
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title h2
{
    font-size: 30px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title h2:before
{
    display: inline-block;

    width: 5px;
    height: 30px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #f9a235;
}
.title h2 span
{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;

    display: inline-block;

    margin: 0;

    vertical-align: bottom;
    text-transform: uppercase;

    color: #999;
}
.title p
{
    line-height: 24px;

    margin: 0;

    color: #999;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.indexcontent .more a
{
    line-height: 44px;

    display: inline-block;

    margin-top: 40px;
    padding: 0 26px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #f9a235;
}
.indexcontent .more a:after
{
    font-family: 'iconfont' !important;

    margin-left: 46px;

    content: '\e625';
}
.indexcontent .more a:hover
{
    background-color: #019b37;
}
.box-about .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .box-about .pic img
    {
        max-width: 100%;
    }
}
@media (max-width: 991px)
{
    .box-about .about
    {
        margin-top: 30px;
    }
}
.box-about .about .title h2
{
    font-weight: bold;
    font-style: italic;
}
.box-about .about .title h2:before
{
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
}
.box-about .about .text
{
    line-height: 30px;

    margin-top: 20px;

    color: #666;
}
.box-about .about .text b
{
    font-size: 20px;

    color: #019b37;
}
.box-about .about .text p
{
    margin: 0;
}
.box-about .about .number
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-about .about .number
    {
        margin-top: 30px;
    }
}
.box-about .about .number > ul
{
    font-size: 0;
}
.box-about .about .number > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;

    border-right: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
}
@media (max-width: 767px)
{
    .box-about .about .number > ul > li
    {
        width: 100%;

        border-right: none;
    }
}
@media (min-width: 768px)
{
    .box-about .about .number > ul > li:nth-child(2n)
    {
        text-align: right;

        border-right: none;
    }
    .box-about .about .number > ul > li:nth-child(3),
    .box-about .about .number > ul > li:nth-child(4)
    {
        border-bottom: none;
    }
}
.box-about .about .number .item
{
    position: relative;

    display: inline-block;

    max-width: 250px;
    padding: 20px 0 20px 90px;

    text-align: left;
}
@media (max-width: 767px)
{
    .box-about .about .number .item
    {
        padding: 10px 10px 10px 80px;
    }
}
.box-about .about .number .item:before
{
    position: absolute;
    top: 40px;
    left: 0;

    display: block;

    width: 60px;
    height: 60px;

    content: '';

    border-radius: 50%;
    background: url(../images/about-icon.png) no-repeat;
    background-color: #d6f3c0;
    background-size: cover;
}
@media (max-width: 767px)
{
    .box-about .about .number .item:before
    {
        top: 10px;
    }
}
.box-about .about .number .item-yonghu:before
{
    background-position: -60px 0;
}
.box-about .about .number .item-yuangong:before
{
    background-position: -120px 0;
}
.box-about .about .number .item-fangan:before
{
    background-position: -180px 0;
}
.box-about .about .number .item b
{
    line-height: 1;

    display: block;

    color: #019b37;
}
.box-about .about .number .item b span
{
    font-size: 36px;
}
@media (max-width: 767px)
{
    .box-about .about .number .item b span
    {
        font-size: 30px;
    }
}
.box-about .about .number .item p
{
    line-height: 22px;

    margin: 10px 0 0 0;

    color: #666;
}
.box-about .about .number .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-product
{
    background-color: #f3f3f3;
}
.box-product .product
{
    margin-top: 30px;
}
.box-product .product .slick-product
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product
    {
        margin: 0 -6px;
    }
}
.box-product .product .slick-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product .slick-slide
    {
        padding: 0 6px;
    }
}
.box-product .product .item
{
    display: block;

    border: 1px solid #fff;
    background-color: #fff;
}
.box-product .product .item .img-box
{
    padding-bottom: 110%;
}
.box-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .note
{
    position: relative;

    padding: 0 50px 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
@media (max-width: 767px)
{
    .box-product .product .item .note
    {
        padding: 0 20px 0 10px;
    }
}
.box-product .product .item .note:after
{
    font-family: 'iconfont' !important;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 30px;

    content: '\e625';

    opacity: 0;
}
@media (max-width: 767px)
{
    .box-product .product .item .note:after
    {
        right: 10px;
    }
}
.box-product .product .item .note p
{
    font-weight: bold;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-product .product .item .note p
    {
        line-height: 40px;

        height: 40px;
    }
}
.box-product .product .item:hover
{
    color: #fff;
    border-color: #5bd101;
    background-color: #5bd101;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover .note
{
    text-align: left;
}
.box-product .product .item:hover .note:after
{
    opacity: 1;
}
.box-product .product .slick-arrow
{
    background: none;
}
.box-product .product .slick-arrow:hover
{
    color: #019b37;
}
.box-product .product-text
{
    line-height: 30px;

    margin-top: 30px;

    color: #666;
}
.box-product .product-text p
{
    margin: 0;
}
.box-product .more
{
    text-align: center;
}
.box-product-new .product-new
{
    margin-top: 30px;
}
.box-product-new .product-new .slick-product-new
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-product-new .product-new .slick-product-new
    {
        margin: 0 -6px;
    }
}
.box-product-new .product-new .slick-product-new .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-product-new .product-new .slick-product-new .slick-slide
    {
        padding: 0 6px;
    }
}
.box-product-new .product-new .item
{
    display: block;

    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.box-product-new .product-new .item .img-box
{
    padding-bottom: 110%;
}
.box-product-new .product-new .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product-new .product-new .item .note
{
    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
@media (max-width: 767px)
{
    .box-product-new .product-new .item .note
    {
        padding: 0;
    }
}
.box-product-new .product-new .item .note p
{
    font-weight: bold;
    line-height: 44px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 0;
    padding: 0 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-product-new .product-new .item .note p
    {
        padding: 0 10px;
    }
}
.box-product-new .product-new .item .note p:after
{
    font-family: 'iconfont' !important;
    line-height: 44px;

    position: absolute;
    top: 0;
    right: 20px;

    content: '\e625';

    opacity: 0;
}
@media (max-width: 767px)
{
    .box-product-new .product-new .item .note p:after
    {
        right: 0;
    }
}
.box-product-new .product-new .item:hover
{
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-product-new .product-new .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product-new .product-new .item:hover .note
{
    text-align: left;
}
.box-product-new .product-new .item:hover .note p
{
    background-color: #5bd101;
}
.box-product-new .product-new .item:hover .note p:after
{
    opacity: 1;
}
.box-product-new .product-new .slick-arrow
{
    background: none;
}
.box-product-new .product-new .slick-arrow:hover
{
    color: #019b37;
}
.box-news
{
    overflow: hidden;
}
.box-news .news-sort
{
    margin-top: 10px;

    text-align: right;

    border-bottom: 1px solid #e6e6e6;
}
.box-news .news-sort > ul:after
{
    font-family: 'iconfont' !important;
    line-height: 30px;

    display: inline-block;

    content: '\e62b';
    vertical-align: middle;
}
.box-news .news-sort > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.box-news .news-sort > ul > li:after
{
    content: '/';

    color: #999;
}
.box-news .news-sort > ul > li:last-child:after
{
    display: none;
}
.box-news .news-sort > ul > li > a
{
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;
}
.box-news .news-sort > ul > li:hover > a
{
    color: #019b37;
}
.box-news .news
{
    overflow: hidden;
}
.box-news .slick-news
{
    overflow: hidden;

    margin: 0 -50px;
    margin-top: 30px;
}
.box-news .slick-news .item
{
    padding: 0 50px;

    border-right: 1px dashed #e6e6e6;
}
.box-news .slick-news .item span.date
{
    font-size: 24px;
    line-height: 30px;

    display: block;

    color: #999;
}
.box-news .slick-news .item b
{
    font-size: 17px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-news .slick-news .item b
    {
        font-size: 16px;
    }
}
.box-news .slick-news .item p
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .slick-news .item a.more
{
    line-height: 40px;

    display: inline-block;

    margin-top: 20px;

    border-bottom: 1px solid #f9a235;
}
.box-news .slick-news .item:hover b
{
    color: #f9a235;
}
.box-news .slick-news .item:hover a.more
{
    padding: 0 26px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #f9a235;
}
.box-news .slick-news .item:hover a.more:after
{
    font-family: 'iconfont' !important;

    margin-left: 46px;

    content: '\e625';
}
.box-case .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;
}
.box-case .item .img-box
{
    padding-bottom: 61.53846154%;
}
.box-case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-case .item .note
{
    position: relative;

    padding: 0 30px;

    border: 1px solid #e7e7e7;
}
@media (max-width: 767px)
{
    .box-case .item .note
    {
        padding: 0 20px 0 10px;
    }
}
.box-case .item .note:before
{
    position: absolute;
    top: 50%;
    left: 15px;

    display: block;

    width: 6px;
    height: 6px;
    margin-top: -3px;

    content: '';

    border-radius: 50%;
    background-color: #5bd101;
}
@media (max-width: 767px)
{
    .box-case .item .note:before
    {
        left: 2px;
    }
}
.box-case .item .note:after
{
    font-family: 'iconfont' !important;
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 15px;

    content: '\e625';
}
@media (max-width: 767px)
{
    .box-case .item .note:after
    {
        right: 6px;
    }
}
.box-case .item .note p
{
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-case .item .note p
    {
        line-height: 40px;

        height: 40px;
    }
}
.box-case .item .mask
{
    font-size: 13px;
    line-height: 26px;

    position: absolute;
    z-index: 2;
    bottom: 0;

    overflow: hidden;

    width: 100%;
    padding: 14px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);

    color: #fff;
    background-color: #019b37;
}
@media (max-width: 1199px)
{
    .box-case .item .mask
    {
        display: none;
    }
}
.box-case .item .mask b
{
    display: block;
}
.box-case .item .mask p
{
    margin: 0;
}
.box-case .item .mask span.more
{
    font-size: 16px;
    line-height: 32px;

    display: inline-block;
    float: right;

    width: 32px;
    height: 32px;

    text-align: center;

    color: #019b37;
    border-radius: 50%;
    background-color: #fff;
}
.box-case .item .mask span.more:after
{
    font-family: 'iconfont' !important;

    content: '\e625';
}
.box-case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-case .item:hover .mask
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.box-epc
{
    overflow: hidden;
}
.box-epc .title h2
{
    font-weight: bold;
    font-style: italic;
}
.box-epc .epc > ul
{
    font-size: 0;
}
.box-epc .epc > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-epc .epc > ul > li
    {
        width: 50%;
    }
}
.box-epc .epc .item
{
    position: relative;

    margin-top: 40px;
    padding: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-left: 1px solid rgba(249, 162, 53, .3);
}
@media (max-width: 767px)
{
    .box-epc .epc .item
    {
        margin-top: 20px;
        padding: 10px;
    }
}
.box-epc .epc .item:after
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    line-height: 45px;

    position: absolute;
    top: 8px;
    right: 20px;

    display: block;

    width: 45px;
    height: 45px;

    content: '\e62a';
    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;

    color: #f9a235;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .box-epc .epc .item:after
    {
        top: 0;
    }
}
.box-epc .epc .item-sheji:after
{
    font-size: 22px;

    content: '\e623';
}
.box-epc .epc .item-shengchan:after
{
    content: '\e601';
}
.box-epc .epc .item-anzhuang:after
{
    content: '\e7a6';
}
.box-epc .epc .item b
{
    font-size: 16px;
    line-height: 30px;

    display: block;
}
.box-epc .epc .item p
{
    line-height: 20px;

    margin: 6px 0 0 0;

    color: #666;
}
.box-epc .epc .item span.number
{
    font-size: 80px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

    position: absolute;
    right: 20px;
    bottom: 0;

    -webkit-transition: all .6s;
            transition: all .6s;

    color: rgba(102, 102, 102, .1);
}
@media (max-width: 991px)
{
    .box-epc .epc .item span.number
    {
        font-size: 60px;
    }
}
.box-epc .epc .item:hover
{
    background-color: #5bd101;
}
.box-epc .epc .item:hover:after
{
    top: -22px;

    background-color: #fff;
}
.box-epc .epc .item:hover b,
.box-epc .epc .item:hover p
{
    color: #fff;
}
.box-epc .epc .item:hover span.number
{
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);

    color: rgba(255, 255, 255, .15);
}
.box-partners .slick-partners
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-partners .slick-partners
    {
        margin: 0 -6px;
    }
}
.box-partners .slick-partners .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-partners .slick-partners .slick-slide
    {
        padding: 0 6px;
    }
}
.box-partners .slick-partners .item
{
    margin-top: 30px;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .box-partners .slick-partners .item
    {
        margin-top: 10px;
    }
}
.box-partners .slick-partners .item .img-box
{
    padding-bottom: 55.55555556%;
}
.box-partners .slick-partners .slick-arrow
{
    font-size: 20px;
    line-height: 50px;

    width: 50px;
    height: 50px;

    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .box-partners .slick-partners .slick-arrow
    {
        font-size: 14px;
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
.box-partners .slick-partners .slick-arrow:hover
{
    color: #fff;
}
.footer
{
    position: relative;

    color: #ccf4ac;
    background-color: #008b4a;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    font-size: 0;

    overflow: hidden;

    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 15px 40px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 15px;
    }
}
.footer .foot > ul
{
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot > ul:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;
    }
}
.footer .foot > ul > li
{
    font-size: 14px;

    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: block;

        width: 100%;
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin: 10px 0;
    }
}
.footer .foot > ul > li .item .title-foot h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item .title-foot h3
    {
        font-size: 15px;
        line-height: 24px;
    }
    .footer .foot > ul > li .item .title-foot h3:after
    {
        font-family: 'iconfont' !important;
        font-weight: normal;

        float: right;

        content: '\e629';
    }
}
.footer .foot > ul > li .item-1
{
    width: 280px;
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li .item-1
    {
        width: 200px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-1
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-1 form
{
    position: relative;
}
.footer .foot > ul > li .item-1 input,
.footer .foot > ul > li .item-1 textarea
{
    line-height: 24px;

    width: 100%;
    padding: 10px 110px 10px 10px;

    resize: vertical;

    color: #fff;
    border: none;
    border: 1px solid #0ea860;
    outline: none;
    background: none;
}
.footer .foot > ul > li .item-1 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-1 textarea::-webkit-input-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-1 input:-o-placeholder,
.footer .foot > ul > li .item-1 textarea:-o-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-1 input::-moz-placeholder,
.footer .foot > ul > li .item-1 textarea::-moz-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-1 input:-ms-input-placeholder,
.footer .foot > ul > li .item-1 textarea:-ms-input-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-1 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-1 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-1 input:focus::-o-placeholder,
.footer .foot > ul > li .item-1 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-1 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-1 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-1 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-1 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-1 .submit
{
    line-height: 30px;

    position: absolute;
    top: 8px;
    right: 10px;

    display: block;

    height: 30px;
    padding: 0 30px;

    color: #fff;
    border-radius: 4px;
    background: none;
    background-color: #f9a235;
}
.footer .foot > ul > li .item-1 .submit:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-1 p
{
    color: #ade9bf;
}
.footer .foot > ul > li .item-1 .share
{
    display: inline-block;

    margin-top: 30px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-1 .share
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-1 .share
    {
        display: block;

        text-align: right;
    }
}
.footer .foot > ul > li .item-1 .share ul
{
    font-size: 0;

    display: inline-block;
}
.footer .foot > ul > li .item-1 .share ul li
{
    display: inline-block;
}
.footer .foot > ul > li .item-1 .share ul li a
{
    font-size: 13px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;
    margin: 0 4px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #d9eee0;
    border: 1px solid #0ea860;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-1 .share ul li a
    {
        line-height: 30px;
    }
}
.footer .foot > ul > li .item-1 .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.footer .foot > ul > li .item-1 .share ul li.facebook a:before
{
    font-size: 16px;
}
.footer .foot > ul > li .item-1 .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot > ul > li .item-1 .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot > ul > li .item-1 .share ul li.instagram a:before
{
    content: '\e93b';
}
.footer .foot > ul > li .item-1 .share ul li.youtube a:before
{
    content: '\e6d7';
}
.footer .foot > ul > li .item-1 .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot > ul > li .item-1 .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot > ul > li .item-1 .share ul li:hover a
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.footer .foot > ul > li .item-2
{
    position: relative;

    padding: 0 40px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-2
    {
        padding: 0;
    }
}
.footer .foot > ul > li .item-2:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 1px;
    height: 120px;

    content: '';

    border-left: 1px dashed #0ea860;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-2:before
    {
        display: none;
    }
}
.footer .foot > ul > li .item-2 a
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: block;

    padding-left: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-2 a
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot > ul > li .item-2 a:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    content: '>';
}
.footer .foot > ul > li .item-2 a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-3
{
    position: relative;

    padding-left: 40px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-3
    {
        padding: 0;
    }
}
.footer .foot > ul > li .item-3:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 1px;
    height: 120px;

    content: '';

    border-left: 1px dashed #0ea860;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-3:before
    {
        display: none;
    }
}
.footer .foot > ul > li .item-3 p
{
    line-height: 30px;

    max-width: 380px;
    margin: 0;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-3 p
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot > ul > li .item-3 p b
{
    font-weight: normal;

    color: #fff;
}
.footer .foot > ul > li .item-3 p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-4
{
    width: 360px;
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li .item-4
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-4
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-4 .row
{
    margin: 0 -5px;
}
.footer .foot > ul > li .item-4 .itembox
{
    padding: 0 5px;
}
.footer .foot > ul > li .item-4 input,
.footer .foot > ul > li .item-4 textarea
{
    line-height: 30px;

    width: 100%;
    margin-top: 10px;
    padding: 0 10px;

    resize: vertical;

    border: none;
    outline: none;
    background-color: #595c61;
}
.footer .foot > ul > li .item-4 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea::-webkit-input-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-4 input:-o-placeholder,
.footer .foot > ul > li .item-4 textarea:-o-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-4 input::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea::-moz-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-4 input:-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:-ms-input-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-4 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-o-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 .submit
{
    line-height: 30px;

    margin-top: 20px;
    padding: 0 20px;

    color: #fff;
    border-radius: 0;
    background-color: #019b37;
}
.footer .foot > ul > li .item-4 .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    content: '\e6cf';
}
.footer .foot > ul > li p
{
    line-height: 26px;

    margin: 10px 0 0 0;
}
.footer .foot > ul > li .info-down
{
    margin-top: 14px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;
    }
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e628';
}
.footer .copyright
{
    padding: 10px 0;

    text-align: center;

    color: #fff;
    background-color: #f9a235;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 15px 0;
    }
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;
}
.footer .copyright a.sitemap
{
    line-height: 30px;

    display: inline-block;

    padding: 0 30px;
}
@media (max-width: 767px)
{
    .footer .copyright a.sitemap
    {
        padding: 0 10px;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrapper
{
    clear: both;
    overflow: hidden;
}
.wrap
{
    padding: 50px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 30px 0;
    }
}
.title-in h2
{
    font-weight: bold;
}
.title-in h2 span
{
    font-weight: normal;
}
.wrap-location
{
    position: relative;
    z-index: 2;

    margin-top: -44px;

    background-color: rgba(0, 0, 0, .3);
}
.wrap-location b,
.wrap-location .location
{
    line-height: 44px;

    display: inline-block;

    vertical-align: top;

    color: #fff;
}
.wrap-location .location > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-location .location > ul > li:after
{
    content: '>';
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-left
{
    float: left;

    width: -webkit-calc(100% - 310px);
    width:         calc(100% - 310px);
    padding-right: 4%;
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: -webkit-calc(100% - 220px);
        width:         calc(100% - 220px);
    }
}
@media (max-width: 991px)
{
    .wrap-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-right
{
    float: left;

    width: 310px;
    margin-bottom: -9999px;
    padding-bottom: 9999px;

    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 220px;
    }
}
@media (max-width: 991px)
{
    .wrap-right
    {
        display: none;

        width: 100%;
    }
}
.wrap-right .wrap-sidenav
{
    margin-top: 40px;
}
.wrap-right .title-sidenav
{
    padding: 10px 28px;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-right .title-sidenav h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #019b37;
}
.wrap-right .sidenav ul.sidelevel-1 > li > a
{
    line-height: 30px;

    position: relative;

    display: block;

    padding: 6px 30px;

    color: #666;
    border-bottom: 1px solid #dcdcdc;
}
.wrap-right .sidenav ul.sidelevel-1 > li ul.sidelevel-2
{
    display: none;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-right .sidenav ul.sidelevel-1 > li ul.sidelevel-2 > li > a
{
    line-height: 30px;

    padding: 0 30px;

    color: #999;
}
.wrap-right .sidenav ul.sidelevel-1 > li ul.sidelevel-2 > li > a:before
{
    margin-right: 4px;

    content: '-';
}
.wrap-right .sidenav ul.sidelevel-1 > li ul.sidelevel-2 > li:hover > a
{
    color: #019b37;
}
.wrap-right .sidenav ul.sidelevel-1 > li.more > a:after
{
    position: absolute;
    top: 6px;
    right: 30px;

    content: '+';
}
.wrap-right .sidenav ul.sidelevel-1 > li:hover > a,
.wrap-right .sidenav ul.sidelevel-1 > li.active > a
{
    color: #019b37;
}
.wrap-right .sidenav ul.sidelevel-1 > li:hover > a:after,
.wrap-right .sidenav ul.sidelevel-1 > li.active > a:after
{
    content: '-';
}
.wrap-right .wrap-read
{
    margin-top: 40px;
}
.wrap-right .wrap-read .list .item
{
    display: block;

    padding: 20px 30px;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-right .wrap-read .list .item p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-right .wrap-read .list .item span.date
{
    line-height: 30px;

    display: block;

    color: #0554a3;
}
.wrap-right .wrap-read .list .item span.date:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 6px;

    content: '\e62c';
}
.wrap-right .wrap-read .list .item .img-box
{
    margin-top: 14px;
    padding-bottom: 80%;
}
.wrap-right .wrap-read .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-right .wrap-read .list .item:hover p
{
    color: #0554a3;
}
.wrap-right .wrap-read .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inside-nav
{
    overflow: hidden;
    overflow-x: auto;

    height: 66px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

    border-bottom: 1px solid #e7e7e7;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #f9f9f9;
}
.inside-nav::-webkit- scrollbar-track
{
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav::-webkit- scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    text-align: center;
}
.inside-nav .nav-wrap ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0 -50px;
    padding: 0;

    vertical-align: top;
    white-space: nowrap;
}
@media (max-width: 1470px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -40px;
    }
}
@media (max-width: 1350px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -20px;
    }
}
.inside-nav .nav-wrap ul li
{
    font-size: 16px;
    line-height: 70px;

    position: relative;

    display: inline-block;

    vertical-align: top;

    color: #666;
}
.inside-nav .nav-wrap ul li:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: inline-block;

    content: '/';
    vertical-align: middle;

    color: #999;
}
.inside-nav .nav-wrap ul li:last-child:after
{
    display: none;
}
.inside-nav .nav-wrap ul li a
{
    position: relative;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
.inside-nav .nav-wrap ul li.active a,
.inside-nav .nav-wrap ul li:hover a
{
    font-weight: bold;

    color: #f9a235;
}
.wrap-about .about .text
{
    margin-top: 20px;
}
.wrap-about .about .text p
{
    line-height: 36px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        line-height: 28px;
    }
}
.wrap-about .about .text p strong
{
    font-size: 20px;

    color: #019b37;
}
@media (max-width: 767px)
{
    .wrap-about .about .text p strong
    {
        font-size: 18px;
    }
}
.wrap-about .about .text img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.wrap-about .about .number
{
    margin-top: 30px;
}
.wrap-about .about .number > ul
{
    font-size: 0;
}
.wrap-about .about .number > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-about .about .number > ul > li
    {
        width: 100%;
    }
}
.wrap-about .about .number .item
{
    position: relative;

    display: inline-block;

    max-width: 250px;
    padding: 20px 0 20px 90px;

    text-align: left;
}
@media (max-width: 767px)
{
    .wrap-about .about .number .item
    {
        padding: 10px 10px 10px 80px;
    }
}
.wrap-about .about .number .item:before
{
    position: absolute;
    top: 40px;
    left: 0;

    display: block;

    width: 60px;
    height: 60px;

    content: '';

    border-radius: 50%;
    background: url(../images/about-icon.png) no-repeat;
    background-color: #d6f3c0;
    background-size: cover;
}
@media (max-width: 767px)
{
    .wrap-about .about .number .item:before
    {
        top: 10px;
    }
}
.wrap-about .about .number .item-yonghu:before
{
    background-position: -60px 0;
}
.wrap-about .about .number .item-yuangong:before
{
    background-position: -120px 0;
}
.wrap-about .about .number .item-fangan:before
{
    background-position: -180px 0;
}
.wrap-about .about .number .item b
{
    line-height: 1;

    display: block;

    color: #019b37;
}
.wrap-about .about .number .item b span
{
    font-size: 36px;
}
@media (max-width: 767px)
{
    .wrap-about .about .number .item b span
    {
        font-size: 30px;
    }
}
.wrap-about .about .number .item p
{
    line-height: 22px;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-about .about .number .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-about .culture
{
    margin-top: 40px;
}
.wrap-about .culture .text
{
    margin-top: 20px;
}
.wrap-about .culture .text p
{
    line-height: 36px;

    margin: 0;

    color: #666;
}
.wrap-about .concept
{
    margin-top: 40px;
}
.wrap-about .concept .text
{
    margin-top: 20px;
}
.wrap-about .concept .text p
{
    line-height: 36px;

    position: relative;

    margin: 0;
    padding-left: 20px;

    color: #666;
}
.wrap-about .concept .text p:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-radius: 50%;
    background-color: #5bd101;
}
.wrap-history .history
{
    position: relative;
}
.wrap-history .history:before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 2px;
    height: 100%;
    margin-left: -1px;

    content: '';

    background-color: #727171;
}
@media (max-width: 767px)
{
    .wrap-history .history:before
    {
        left: 0;
    }
}
.wrap-history .history > ul
{
    position: relative;

    padding: 90px 0;
}
@media (max-width: 767px)
{
    .wrap-history .history > ul
    {
        padding: 30px 0;
    }
}
.wrap-history .history > ul:before,
.wrap-history .history > ul:after
{
    position: absolute;
    left: 50%;

    display: block;

    width: 12px;
    height: 12px;
    margin-left: -6px;

    content: '';

    border: 1px solid #727171;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-history .history > ul:before,
    .wrap-history .history > ul:after
    {
        left: 0;
    }
}
.wrap-history .history > ul:before
{
    top: 0;
}
.wrap-history .history > ul:after
{
    bottom: 0;
}
.wrap-history .history > ul > li
{
    margin-top: -80px;
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li
    {
        margin: 0;
    }
}
.wrap-history .history > ul > li:nth-child(1)
{
    margin-top: 0;
}
.wrap-history .history > ul > li:nth-child(2n)
{
    text-align: right;
}
.wrap-history .history > ul > li:nth-child(2n) .item
{
    right: auto;
    left: -12px;

    text-align: left;
}
.wrap-history .history > ul > li:nth-child(2n) .item .date:after
{
    float: left;

    background: url(../images/hline-2.png) no-repeat center left;
}
@media (max-width: 1199px)
{
    .wrap-history .history > ul > li:nth-child(2n) .item .date:after
    {
        width: 96%;
    }
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li:nth-child(2n) .item .date:after
    {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
.wrap-history .history > ul > li:nth-child(2n) .item .note
{
    text-align: left;
}
.wrap-history .history > ul > li:nth-child(2n + 1) .item .date
{
    float: right;
}
@media (max-width: 767px)
{
    .wrap-history .history > ul > li:nth-child(2n + 1) .item .date
    {
        float: left;
    }
}
.wrap-history .history .item
{
    position: relative;
    right: -10px;

    display: inline-block;
    overflow: hidden;

    width: 50%;
}
@media (max-width: 1199px)
{
    .wrap-history .history .item
    {
        right: -8px;
    }
}
@media (max-width: 767px)
{
    .wrap-history .history .item
    {
        right: auto;
        left: -16px;

        width: 100%;
    }
}
.wrap-history .history .item .date
{
    float: left;

    width: 40%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-history .history .item .date
    {
        width: 30%;
    }
}
.wrap-history .history .item .date:after
{
    display: block;
    float: right;

    width: 161px;
    height: 22px;

    content: '';

    background: url(../images/hline-1.png) no-repeat right center;
}
@media (max-width: 1199px)
{
    .wrap-history .history .item .date:after
    {
        width: 96%;
    }
}
@media (max-width: 767px)
{
    .wrap-history .history .item .date:after
    {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);

        background: url(../images/hline-1.png) no-repeat right center;
    }
}
.wrap-history .history .item .date span
{
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .wrap-history .history .item .date span
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-history .history .item .date span
    {
        font-size: 16px;
    }
}
.wrap-history .history .item .note
{
    float: left;

    width: 60%;
    margin-top: 26px;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-history .history .item .note
    {
        width: 70%;
        padding-left: 14px;

        text-align: left;
    }
}
.wrap-history .history .item .note b
{
    font-size: 20px;
    line-height: 30px;

    display: block;
}
@media (max-width: 1199px)
{
    .wrap-history .history .item .note b
    {
        font-size: 18px;
    }
}
.wrap-history .history .item .note p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-history .history .item .note p
    {
        line-height: 24px;
    }
}
.wrap-history .history .item .note img
{
    max-width: 100%;
    height: auto !important;
    margin-top: 10px;
}
.wrap-case .case
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-case .case
    {
        margin-top: -14px;
    }
}
.wrap-case .case .item
{
    display: block;

    margin-top: 30px;
    padding: 14px;
    padding-bottom: 0;

    text-align: center;

    border: 1px solid #e8e8e8;
}
@media (max-width: 767px)
{
    .wrap-case .case .item
    {
        margin-top: 14px;
        padding: 6px;
    }
}
.wrap-case .case .item .pic .img-box
{
    padding-bottom: 61.53846154%;
}
.wrap-case .case .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case .item .note
{
    color: #666;
}
.wrap-case .case .item .note p
{
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-case .case .item .note p
    {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-case-show .title-case-show h1,
.wrap-news-show .title-case-show h1,
.wrap-technology-show .title-case-show h1,
.wrap-case-show .title-news-show h1,
.wrap-news-show .title-news-show h1,
.wrap-technology-show .title-news-show h1,
.wrap-case-show .title-technology-show h1,
.wrap-news-show .title-technology-show h1,
.wrap-technology-show .title-technology-show h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-case-show .title-case-show h1,
    .wrap-news-show .title-case-show h1,
    .wrap-technology-show .title-case-show h1,
    .wrap-case-show .title-news-show h1,
    .wrap-news-show .title-news-show h1,
    .wrap-technology-show .title-news-show h1,
    .wrap-case-show .title-technology-show h1,
    .wrap-news-show .title-technology-show h1,
    .wrap-technology-show .title-technology-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-case-show .title-case-show h1,
    .wrap-news-show .title-case-show h1,
    .wrap-technology-show .title-case-show h1,
    .wrap-case-show .title-news-show h1,
    .wrap-news-show .title-news-show h1,
    .wrap-technology-show .title-news-show h1,
    .wrap-case-show .title-technology-show h1,
    .wrap-news-show .title-technology-show h1,
    .wrap-technology-show .title-technology-show h1
    {
        font-size: 20px;
    }
}
.wrap-case-show .title-case-show h1:before,
.wrap-news-show .title-case-show h1:before,
.wrap-technology-show .title-case-show h1:before,
.wrap-case-show .title-news-show h1:before,
.wrap-news-show .title-news-show h1:before,
.wrap-technology-show .title-news-show h1:before,
.wrap-case-show .title-technology-show h1:before,
.wrap-news-show .title-technology-show h1:before,
.wrap-technology-show .title-technology-show h1:before
{
    display: inline-block;

    width: 5px;
    height: 30px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #f9a235;
}
.wrap-case-show .title-case-show span.date,
.wrap-news-show .title-case-show span.date,
.wrap-technology-show .title-case-show span.date,
.wrap-case-show .title-news-show span.date,
.wrap-news-show .title-news-show span.date,
.wrap-technology-show .title-news-show span.date,
.wrap-case-show .title-technology-show span.date,
.wrap-news-show .title-technology-show span.date,
.wrap-technology-show .title-technology-show span.date
{
    line-height: 30px;

    display: block;

    color: #0554a3;
}
.wrap-case-show .title-case-show span.date:before,
.wrap-news-show .title-case-show span.date:before,
.wrap-technology-show .title-case-show span.date:before,
.wrap-case-show .title-news-show span.date:before,
.wrap-news-show .title-news-show span.date:before,
.wrap-technology-show .title-news-show span.date:before,
.wrap-case-show .title-technology-show span.date:before,
.wrap-news-show .title-technology-show span.date:before,
.wrap-technology-show .title-technology-show span.date:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 6px;

    content: '\e62c';
}
.wrap-case-show .case-show,
.wrap-news-show .case-show,
.wrap-technology-show .case-show,
.wrap-case-show .news-show,
.wrap-news-show .news-show,
.wrap-technology-show .news-show,
.wrap-case-show .technology-show,
.wrap-news-show .technology-show,
.wrap-technology-show .technology-show
{
    margin-top: 20px;
}
.wrap-case-show .case-show p,
.wrap-news-show .case-show p,
.wrap-technology-show .case-show p,
.wrap-case-show .news-show p,
.wrap-news-show .news-show p,
.wrap-technology-show .news-show p,
.wrap-case-show .technology-show p,
.wrap-news-show .technology-show p,
.wrap-technology-show .technology-show p
{
    font-size: 14px;
    line-height: 36px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show p,
    .wrap-news-show .case-show p,
    .wrap-technology-show .case-show p,
    .wrap-case-show .news-show p,
    .wrap-news-show .news-show p,
    .wrap-technology-show .news-show p,
    .wrap-case-show .technology-show p,
    .wrap-news-show .technology-show p,
    .wrap-technology-show .technology-show p
    {
        font-size: 14px;
        line-height: 2;
    }
}
.wrap-case-show .case-show img,
.wrap-news-show .case-show img,
.wrap-technology-show .case-show img,
.wrap-case-show .news-show img,
.wrap-news-show .news-show img,
.wrap-technology-show .news-show img,
.wrap-case-show .technology-show img,
.wrap-news-show .technology-show img,
.wrap-technology-show .technology-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-partners .partners
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-partners .partners
    {
        margin-top: -14px;
    }
}
.wrap-partners .partners .item
{
    display: block;

    margin-top: 30px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-partners .partners .item
    {
        margin-top: 14px;
    }
}
.wrap-partners .partners .item .img-box
{
    padding-bottom: 55.55555556%;
}
.wrap-news .news .item
{
    font-size: 0;

    margin-top: 36px;
}
.wrap-news .news .item .text,
.wrap-news .news .item .pic
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    position: relative;

    width: 30%;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .pic
    {
        width: 36%;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 48%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .img-box
{
    padding-bottom: 79.16666667%;
}
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .text
{
    position: relative;

    width: 70%;
    padding-left: 24px;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .text
    {
        width: 64%;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .text
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text
    {
        width: 52%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        width: 100%;
        padding: 10px 0 0 0;
    }
}
.wrap-news .news .item .text b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 14px;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .text span.date
{
    line-height: 30px;

    display: block;

    color: #0554a3;
}
.wrap-news .news .item .text span.date:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 6px;

    content: '\e62c';
}
.wrap-news .news .item .text p
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text p
    {
        margin: 4px 0 0 0;
    }
}
.wrap-news .news .item .text a.more
{
    line-height: 44px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 28px;

    color: #fff;
    border-radius: 30px;
    background-color: #019b37;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text a.more
    {
        line-height: 34px;
    }
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .text b
{
    color: #019b37;
}
.wrap-news .news .item:hover a.more
{
    background-color: #017f2d;
}
.wrap-videos .videos
{
    margin-top: -20px;
}
.wrap-videos .item
{
    margin-top: 20px;

    text-align: center;
}
.wrap-videos .item .pic
{
    position: relative;

    background-color: #000;
}
.wrap-videos .item .img-box
{
    padding-bottom: 60.97560976%;

    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: .5;
}
.wrap-videos .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-videos .item .play
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.wrap-videos .item .play:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;

    content: '\e650';
    cursor: pointer;

    opacity: .73;
    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-videos .item .play:before
    {
        font-size: 40px;
    }
}
.wrap-videos .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-videos .item p
    {
        font-size: 14px;
    }
}
.wrap-videos .item:hover .img-box
{
    opacity: .8;
}
.wrap-videos .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-videos .item:hover p
{
    color: #019b37;
}
.wrap-knowledge .knowledge
{
    margin-top: -30px;
}
.wrap-knowledge .knowledge .item
{
    padding: 30px 0;

    border-bottom: 1px dashed #e5e5e5;
}
.wrap-knowledge .knowledge .item .pic .row
{
    margin: 0 -5px;
}
.wrap-knowledge .knowledge .item .pic .row .itembox
{
    padding: 0 5px;
}
.wrap-knowledge .knowledge .item img
{
    display: inline-block;

    max-width: 100%;
    height: auto !important;
    margin: 5px 0;
}
.wrap-knowledge .knowledge .item .note
{
    margin-top: 10px;
}
.wrap-knowledge .knowledge .item .note h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;

    margin: 0;
}
.wrap-knowledge .knowledge .item .note p
{
    line-height: 26px;

    margin: 0;

    color: #666;
}
.wrap-technology .technology
{
    margin-top: -30px;
}
.wrap-technology .technology .item
{
    font-size: 0;

    padding: 30px 0;

    border-bottom: 1px dashed #e5e5e5;
}
.wrap-technology .technology .item .text,
.wrap-technology .technology .item .pic
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-technology .technology .item .pic
{
    position: relative;

    width: 30%;
}
@media (max-width: 1350px)
{
    .wrap-technology .technology .item .pic
    {
        width: 36%;
    }
}
@media (max-width: 1199px)
{
    .wrap-technology .technology .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 991px)
{
    .wrap-technology .technology .item .pic
    {
        width: 48%;
    }
}
@media (max-width: 767px)
{
    .wrap-technology .technology .item .pic
    {
        width: 100%;
    }
}
.wrap-technology .technology .item .img-box
{
    padding-bottom: 60.71428571%;
}
.wrap-technology .technology .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-technology .technology .item .text
{
    position: relative;

    width: 70%;
    padding-left: 24px;
}
@media (max-width: 1350px)
{
    .wrap-technology .technology .item .text
    {
        width: 64%;
    }
}
@media (max-width: 1199px)
{
    .wrap-technology .technology .item .text
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .wrap-technology .technology .item .text
    {
        width: 52%;
    }
}
@media (max-width: 767px)
{
    .wrap-technology .technology .item .text
    {
        width: 100%;
        padding: 10px 0 0 0;
    }
}
.wrap-technology .technology .item .text b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 14px;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-technology .technology .item .text p
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-technology .technology .item .text p
    {
        margin: 4px 0 0 0;
    }
}
.wrap-technology .technology .item .text a.more
{
    font-weight: bold;
    line-height: 34px;

    display: inline-block;

    margin-top: 10px;

    color: #019b37;
    border-radius: 30px;
}
.wrap-technology .technology .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-technology .technology .item:hover .text b
{
    color: #019b37;
}
.wrap-technology .technology .item:hover a.more
{
    color: #017f2d;
}
.wrap-product
{
    font-size: 0;

    overflow: hidden;

    padding-top: 0;
}
.wrap-product .product-left,
.wrap-product .product-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-product .product-left
{
    width: 24%;
}
@media (max-width: 991px)
{
    .wrap-product .product-left
    {
        width: 100%;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li
{
    margin-bottom: 1px;
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li > a
{
    font-size: 24px;
    line-height: 40px;

    display: block;

    padding: 10px 40px;

    text-align: center;

    color: #fff;
    background-color: #f9a235;
}
@media (max-width: 1199px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        padding: 10px;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2
{
    display: none;

    padding: 10px;

    border: 1px solid #e5e5e5;
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li
{
    margin: 10px 0;

    border: 1px solid #e5e5e5;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li
    {
        display: inline-block;

        margin: 4px 0;

        vertical-align: top;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 40px;
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li > a:before
{
    position: absolute;
    top: 50%;
    left: 20px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-radius: 50%;
    background-color: #019b37;
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li > a:before
    {
        left: 10px;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li.active > a,
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li:hover > a
{
    color: #019b37;
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li.active
    {
        display: block;
    }
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li.active .sidelevel-3
    {
        display: block;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li > a
{
    font-weight: bold;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 4px 0 4px 50px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li > a
    {
        padding: 4px 10px 4px 20px;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li.more > a:before
{
    position: absolute;
    left: 34px;

    content: '+';
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li.more > a:before
    {
        left: 10px;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li.active > a,
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li:hover > a
{
    color: #019b37;
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li.active
    {
        display: block;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li.active > a:before
{
    content: '-';
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li.active .sidelevel-4
    {
        display: block;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li .sidelevel-4
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li .sidelevel-4
    {
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li .sidelevel-4 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li .sidelevel-4 > li > a
{
    line-height: 24px;

    display: block;

    padding: 4px 0 4px 50px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li .sidelevel-4 > li > a
    {
        font-size: 12px;
        line-height: 18px;

        padding: 0 4px;
    }
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li .sidelevel-4 > li > a:before
{
    float: left;

    margin-right: 4px;

    content: '>';
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li .sidelevel-4 > li.active > a,
.wrap-product .product-left .sider-nav .sidelevel-1 > li .sidelevel-2 > li .sidelevel-3 > li .sidelevel-4 > li:hover > a
{
    text-decoration: underline;

    color: #019b37;
}
.wrap-product .product-left .sider-nav .sidelevel-1 > li.active .sidelevel-2
{
    display: block;
}
.wrap-product .product-right
{
    width: 76%;
    padding-top: 30px;
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .wrap-product .product-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-product .product .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    text-align: center;

    border: 1px solid #e1e1e1;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 110%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .text
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(102%);
        -ms-transform: translateY(102%);
            transform: translateY(102%);

    background-color: rgba(0, 0, 0, .32);
}
.wrap-product .product .item .mask p
{
    font-size: 16px;
    font-weight: bold;

    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.wrap-product .product .item .mask p:after
{
    font-weight: normal;

    display: block;

    margin-top: 14px;

    content: 'More >';
    text-decoration: underline;
}
@media (min-width: 768px)
{
    .wrap-product .product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product .product .item:hover .text
    {
        opacity: 0;
    }
    .wrap-product .product .item:hover .mask
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-product-show .title h2
{
    font-weight: bold;
}
.wrap-product-show .carousel-wrap
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 110%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item-video
{
    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item-video .img-box
{
    opacity: .8;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play
{
    font-size: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for .play
    {
        font-size: 60px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e650';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    font-size: 30px;
    line-height: 25px;

    left: 0;

    width: 28px;
    height: 25px;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: 4px;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover
{
    color: #019b37;
    background: none;
}
.wrap-product-show .carousel-wrap .slider-nav
{
    margin: 0 -6px;
    margin-top: 20px;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 6px;

    outline: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-slide
    {
        margin: 10px 0 0 0;
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;

    border: 1px solid #dadada;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box
{
    opacity: .8;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\e650';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: .6;
    color: #fff;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #019b37;
}
.wrap-product-show .carousel-wrap .info-box .title-info
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info p
{
    line-height: 30px;

    margin: 6px 0 0 0;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 20px;
    padding: 40px 30px;

    background-color: #f4fff6;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .text
    {
        padding: 20px 10px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text .info-sort
{
    border: 1px solid #e5e5e5;
}
.wrap-product-show .carousel-wrap .info-box .text .info-sort > ul
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .info-box .text .info-sort > ul > li
{
    float: left;

    width: 33.33333333%;

    text-align: center;

    border-right: 1px solid #e5e5e5;
}
.wrap-product-show .carousel-wrap .info-box .text .info-sort > ul > li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: block;

    padding: 10px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .text .info-sort > ul > li a
    {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text .info-sort > ul > li.active a
{
    color: #fff;
    background-color: #019b37;
}
.wrap-product-show .carousel-wrap .info-box .text .list
{
    line-height: 30px;

    margin-top: 20px;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .text .list p
{
    margin: 0;
}
.wrap-product-show .carousel-wrap .info-box .text .list h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #e68915;
}
.wrap-product-show .carousel-wrap .info-box .text .list .row
{
    font-size: 0;
}
.wrap-product-show .carousel-wrap .info-box .text .list .row .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 20px;

    vertical-align: top;
}
.wrap-product-show .title-product-show h2
{
    font-size: 18px;
    line-height: 1.2;

    margin: 0;
}
.wrap-product-show .title-product-show p
{
    line-height: 24px;

    margin: 4px 0 0 0;

    color: #666;
}
.wrap-product-show .relate-product
{
    padding-top: 80px;
}
.wrap-product-show .relate-product .title-product h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -8px;
    }
}
.wrap-product-show .relate-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-slide
    {
        padding: 0 8px;
    }
}
.wrap-product-show .relate-product .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    text-align: center;

    border: 1px solid #e1e1e1;
}
.wrap-product-show .relate-product .item .img-box
{
    padding-bottom: 110%;
}
.wrap-product-show .relate-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item .text
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .relate-product .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(102%);
        -ms-transform: translateY(102%);
            transform: translateY(102%);

    background-color: rgba(0, 0, 0, .32);
}
.wrap-product-show .relate-product .item .mask p
{
    font-size: 16px;
    font-weight: bold;

    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.wrap-product-show .relate-product .item .mask p:after
{
    font-weight: normal;

    display: block;

    margin-top: 14px;

    content: 'More >';
    text-decoration: underline;
}
@media (min-width: 768px)
{
    .wrap-product-show .relate-product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product-show .relate-product .item:hover .text
    {
        opacity: 0;
    }
    .wrap-product-show .relate-product .item:hover .mask
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-product-show .relate-product .slick-dots
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-dots
    {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-dots li
{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 8px;

    vertical-align: top;

    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.wrap-product-show .relate-product .slick-dots li button
{
    display: none;
}
.wrap-product-show .relate-product .slick-dots li.slick-active
{
    border-color: #019b37;
    background-color: #019b37;
}
.wrap-contact .title-in
{
    text-align: left;
}
.wrap-contact .contact
{
    font-size: 0;

    margin-top: 20px;
}
.wrap-contact .contact .text,
.wrap-contact .contact .map
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-contact .contact .text
{
    width: 40%;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .contact .text h1
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.wrap-contact .contact .text p
{
    line-height: 30px;

    position: relative;

    margin: 20px 0;
    padding-left: 26px;

    color: #666;
}
.wrap-contact .contact .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    left: 0;

    content: '\e61c';

    color: #019b37;
}
.wrap-contact .contact .text p.email:before
{
    content: '\e634';
}
.wrap-contact .contact .text p.website:before
{
    content: '\e699';
}
.wrap-contact .contact .text p.address:before
{
    content: '\e63e';
}
.wrap-contact .contact .text p a:hover
{
    text-decoration: underline;

    color: #019b37;
}
.wrap-contact .contact .map
{
    width: 60%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .map
    {
        width: 100%;
    }
}
.wrap-contact .contact .map #dituContent
{
    height: 340px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .map #dituContent
    {
        height: 300px;
    }
}
.wrap-contact .message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 50px;
    }
}
.wrap-contact .message .title-message h2
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .wrap-contact .message .title-message h2
    {
        font-size: 18px;
    }
}
.wrap-contact .message form
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .wrap-contact .message form
    {
        margin: 0;
    }
}
.wrap-contact .message .row
{
    margin: 0 -5px;
}
.wrap-contact .message .row .itembox
{
    padding: 0 5px;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 20px;

    border: none;
    border: 1px solid #e5e5e5;
    outline: none;
    background: none;
    background-color: #f7f7ff;
}
@media (max-width: 767px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        font-size: 12px;
    }
}
.wrap-contact .message textarea
{
    resize: vertical;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #666;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #666;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .send
{
    text-align: center;
}
.wrap-contact .message .submit
{
    font-weight: bold;
    line-height: 40px;

    width: 100%;
    margin-top: 14px;
    padding: 0 18px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #008b4a;
}
.wrap-contact .message .submit:hover
{
    background-color: #017f2d;
}
.wrap-contact .message .row
{
    margin: 0 -10px;
}
.wrap-contact .message .row .itembox
{
    padding: 0 10px;
}
.wrap-sitemap .sitemap
{
    margin-top: 30px;
}
.wrap-sitemap .sitemap > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    min-width: 160px;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    background-color: #019b37;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 15px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-sitemap .sitemap > ul > li > ul > li a
{
    font-size: 16px;
    line-height: 40px;

    display: block;

    padding: 0 15px;

    text-align: center;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li a
    {
        font-size: 14px;
        line-height: 30px;

        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover a
{
    text-decoration: underline;

    color: #019b37;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    margin: 0 20px;

    border-radius: 4px;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
    border-color: #019b37;
    border-radius: 5px;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-color: #019b37;
    border-radius: 50%;
    background-color: #019b37;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #019b37;
    border-radius: 50%;
    background-color: #019b37;
}
@media (max-width: 1199px)
{
    .skiptranslate
    {
        display: none;
    }
    body
    {
        top: 0 !important;
    }
}
